gperftools_d.tc_malloc

Undocumented in source.

Members

Functions

tc_calloc
void* tc_calloc(size_t nmemb, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_cfree
void tc_cfree(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_free
void tc_free(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_malloc
void* tc_malloc(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_malloc_size
size_t tc_malloc_size(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_malloc_skip_new_handler
void* tc_malloc_skip_new_handler(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_malloc_stats
void tc_malloc_stats()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_mallopt
int tc_mallopt(int cmd, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_memalign
void* tc_memalign(size_t __alignment, size_t __size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_posix_memalign
int tc_posix_memalign(void** ptr, size_t align_, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_pvalloc
void* tc_pvalloc(size_t __size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_realloc
void* tc_realloc(void* ptr, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_valloc
void* tc_valloc(size_t __size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tc_version
const(char)* tc_version(int* major, int* minor, const(char*)* patch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

TC_VERSION_MAJOR
enum TC_VERSION_MAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TC_VERSION_MINOR
enum TC_VERSION_MINOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TC_VERSION_PATCH
enum TC_VERSION_PATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TC_VERSION_STRING
enum TC_VERSION_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta